home *** CD-ROM | disk | FTP | other *** search
- object MimeEditor: TMimeEditor
- Left = 27
- Top = 33
- BorderStyle = bsDialog
- Caption = 'Mime Types'
- ClientHeight = 344
- ClientWidth = 541
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel3: TPanel
- Left = 0
- Top = 226
- Width = 541
- Height = 118
- Align = alBottom
- TabOrder = 0
- object Label1: TLabel
- Left = 99
- Top = 25
- Width = 69
- Height = 13
- Caption = 'Description:'
- end
- object Label3: TLabel
- Left = 63
- Top = 44
- Width = 105
- Height = 13
- Caption = 'Default Extension:'
- end
- object Label2: TLabel
- Left = 99
- Top = 6
- Width = 69
- Height = 13
- Caption = 'MIME Type:'
- end
- object Label4: TLabel
- Left = 58
- Top = 64
- Width = 110
- Height = 13
- Caption = 'Viewer Application:'
- end
- object MIMEType: TLabel
- Left = 172
- Top = 6
- Width = 205
- Height = 13
- AutoSize = False
- Color = 14606046
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Description: TLabel
- Left = 172
- Top = 25
- Width = 289
- Height = 13
- AutoSize = False
- Color = 14606046
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Extension: TLabel
- Left = 172
- Top = 44
- Width = 69
- Height = 13
- AutoSize = False
- Color = 14606046
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Application: TLabel
- Left = 172
- Top = 64
- Width = 213
- Height = 13
- AutoSize = False
- Color = 14606046
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object BrowseBtn: TButton
- Left = 394
- Top = 58
- Width = 89
- Height = 25
- Caption = 'Browse'
- TabOrder = 0
- OnClick = BrowseBtnClick
- end
- object NewBtn: TButton
- Left = 103
- Top = 90
- Width = 89
- Height = 23
- Caption = 'New'
- TabOrder = 1
- OnClick = NewBtnClick
- end
- object EditBtn: TButton
- Left = 200
- Top = 90
- Width = 89
- Height = 23
- Caption = 'Edit'
- TabOrder = 2
- OnClick = EditBtnClick
- end
- object DeleteBtn: TButton
- Left = 296
- Top = 90
- Width = 89
- Height = 23
- Caption = 'Delete'
- TabOrder = 3
- OnClick = DeleteBtnClick
- end
- object Button5: TButton
- Left = 393
- Top = 90
- Width = 89
- Height = 23
- Caption = 'Close'
- TabOrder = 4
- OnClick = Button5Click
- end
- end
- object ListBox: TListBox
- Left = 0
- Top = 21
- Width = 541
- Height = 205
- Align = alClient
- ItemHeight = 16
- Sorted = True
- Style = lbOwnerDrawFixed
- TabOrder = 1
- OnClick = ListBoxClick
- OnDrawItem = ListBoxDrawItem
- end
- object Header: THeader
- Left = 0
- Top = 0
- Width = 541
- Height = 21
- Align = alTop
- AllowResize = False
- Sections.Sections = (
- #0'73'#0'MIME Type'
- #0'64'#0'Extension'
- #0'72'#0'Application')
- TabOrder = 2
- end
- end
-